home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / moden / tcom / bpopt.dfm / bpopt.txt
Encoding:
Text File  |  1996-04-08  |  941 b   |  53 lines

  1. object BPlusOptionsForm: TBPlusOptionsForm
  2.   Left = 330
  3.   Top = 295
  4.   BorderStyle = bsDialog
  5.   Caption = 'B+ Options'
  6.   ClientHeight = 94
  7.   ClientWidth = 587
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'Arial'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 16
  15.   object EnabledBox: TRadioGroup
  16.     Left = 10
  17.     Top = 5
  18.     Width = 228
  19.     Height = 80
  20.     Caption = 'B+ Protocol'
  21.     Items.Strings = (
  22.       '&Disabled'
  23.       '&Enabled')
  24.     TabOrder = 0
  25.   end
  26.   object OkBtn: TBitBtn
  27.     Left = 256
  28.     Top = 34
  29.     Width = 85
  30.     Height = 27
  31.     TabOrder = 1
  32.     OnClick = OkBtnClick
  33.     Kind = bkOK
  34.   end
  35.   object CancelBtn: TBitBtn
  36.     Left = 374
  37.     Top = 34
  38.     Width = 85
  39.     Height = 27
  40.     TabOrder = 2
  41.     Kind = bkCancel
  42.   end
  43.   object HelpBtn: TBitBtn
  44.     Left = 492
  45.     Top = 34
  46.     Width = 85
  47.     Height = 27
  48.     Enabled = False
  49.     TabOrder = 3
  50.     Kind = bkHelp
  51.   end
  52. end
  53.